home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_05 / wittenb / hello.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-15  |  229 b   |  26 lines

  1. /*1:*/
  2. #line 8 "hello.w"
  3.  
  4. /*3:*/
  5. #line 24 "hello.w"
  6.  
  7. #include <stdio.h>
  8.  
  9. /*:3*/
  10. #line 9 "hello.w"
  11.  
  12.  
  13. main(void)
  14. {
  15. /*2:*/
  16. #line 18 "hello.w"
  17.  
  18. printf("hello, world\n");
  19.  
  20. /*:2*/
  21. #line 13 "hello.w"
  22.  
  23. }
  24.  
  25. /*:1*/
  26.